home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 6
/
CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso
/
cucd
/
prog
/
gnu-c
/
os-include
/
proto
/
wb.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-09-22
|
283 b
|
16 lines
#ifndef PROTO_WB_H
#define PROTO_WB_H
#ifndef DOS_DOSEXTENS_H
#include <dos/dosextens.h>
#endif
#include <clib/wb_protos.h>
#if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
#include <inline/wb.h>
#endif
#ifndef __NOLIBBASE__
extern struct Library *WorkbenchBase;
#endif
#endif